Skip to main content

Setup

1. Fork it 🍴

Fork the this repo eGov rnd. This will create a copy of this repo in your account and you will be able to make changes to it.

2. Clone it 👥

Go to your forked repo and clone it to your local machine.

git clone https://github.com/<your-github-id>/egov-rnd.git

OR

gh repo clone <your-github-id>/egov-rnd

3. Set it up ⬆️

Being a Flutter project, you should have Flutter installed on your system. If you don't have it, you can install it from their website.

You should have Make installed on your system aswell to use the Makefile. If you don't have it, you can install it using the following command:

brew install make

On windows you can get make from Choco

choco install make

Then you can cd into the project directory and run the following command to setup the project:

cd int the project directory

cd egov-rnd/vehicle-tracker/vehicle_tracker_app/

Run the following command to install the dependencies:

flutter pub get

4. Run it 🏁

Run the following command to start the app:

flutter run